home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Template / Default.abp < prev    next >
Text File  |  2005-08-29  |  2KB  |  85 lines

  1. REPORT report_name LINE-SIZE 255 NO STANDARD PAGE HEADING.
  2. *********************************************************************
  3. * JmΘno programu  :
  4. * SAP Modul       :
  5. * Datum vytvo°enφ :
  6. * Autor           :
  7. * Popis           :
  8. *********************************************************************
  9. * Datum zm∞ny :
  10. * Autor zm∞ny :
  11. * Popis zm∞ny :
  12. *********************************************************************
  13.  
  14.  
  15. ****************************************
  16. * DECLARATIONS                         *
  17. ****************************************
  18. tables: .
  19.  
  20. constants: .
  21.  
  22. types: .
  23.  
  24. data: .
  25.  
  26.  
  27. ****************************************
  28. * SELECTION SCREEN                     *
  29. ****************************************
  30. selection-screen: begin of block b1 with frame title text-001.
  31. parameters: .
  32.  
  33. select-options: .
  34.  
  35. selection-screen: end of block b1.
  36.  
  37.  
  38.  
  39. ****************************************
  40. * INITIALIZATION                       *
  41. ****************************************
  42. initialization.
  43.  
  44.  
  45. ****************************************
  46. * AT SELECTION SCREEN                  *
  47. ****************************************
  48. at selection-screen.
  49.  
  50.  
  51. ****************************************
  52. * TOP OF PAGE                          *
  53. ****************************************
  54. top-of-page.
  55.  
  56.  
  57. ****************************************
  58. * END OF PAGE                          *
  59. ****************************************
  60. end-of-page.
  61.  
  62.  
  63. ****************************************
  64. * AT USER COMMAND                      *
  65. ****************************************
  66. at user-command.
  67.  
  68.  
  69. ****************************************
  70. * START OF SELECTION                   *
  71. ****************************************
  72. start-of-selection.
  73.  
  74.  
  75. ****************************************
  76. * END OF SELECTION                     *
  77. ****************************************
  78. end-of-selection.
  79.  
  80.  
  81. ****************************************
  82. * FORMS DECLARATIONS                   *
  83. ****************************************
  84.  
  85.